* EXCEPTION:
* ERROR: ~Geometry::intersect_rect?~
I was given arguments that look invalid.
** rect_one:
{:entity_id=>2, :entity_name=>:changing, :entity_keys_by_ref=>{}, :__thrash_count__=>{}}
** rect_two:
{:x=>176, :y=>224, :w=>16, :h=>16}
** NOTE:
~intersect_rect?~ must be given two objects that ~respond_to?~ ~:x~, ~:y~, ~:w~, and ~:h~ all of which must return ~Numeric~ values.
** Backtrace:
*** app/main.rb:120:in check_hit
*** app/main.rb:119:in check_hit
*** app/main.rb:450:in tick
*** app/main.rb:450:in tick